home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / TODO.txt < prev    next >
Text File  |  2002-11-17  |  744b  |  28 lines

  1. TODO list
  2. =========
  3.  
  4. When options.yy reports an error, file name and line number should be reported
  5. as well (as GNU standards).
  6.  
  7. Texinfo documentation.
  8.  
  9. for read_file use a class to initialize with the name of the
  10. package
  11.  
  12. templates are not handled completely well (see tests/test_template.cc
  13. and its output).  Actually this is due to possible ambiguities.
  14.  
  15. Use string instead of char *
  16.  
  17. rewrite fileutil.cc using strings and fstreams
  18.  
  19. Fix line number generation:
  20. - Handle style definition for line numbers
  21.  
  22. Use a class for printing errors
  23.  
  24. generators.cc is not OO; convert it using a Pattern such as abstract factory.
  25. Indeed all the functions are copied and pasted: ORRIBLE!
  26.  
  27. Perl has some problems with =head1 NAME comments and line numbers.
  28.